Describes prohibited edits of structure declarations 描述禁止对结构声明进行的编辑。
A structure declaration starts with the 结构声明以
Indicates that a class or structure declaration is a partial definition of the class or structure 指示一个类或结构声明是此类或结构的分部定义。
I find it easiest to mimic the pattern of structure declaration used in the official ddk , so i declared this device extension as a structure with a tag as well as a type and pointer - to - type name 我发现:很容易模仿在正式的ddk种使用的结构声明的模式,所以我把这个设备扩展名声明称一个结构,伴随标签和类型以及类型指针名称。